Skip to content

Conversation

Sivasuthan9
Copy link
Contributor

@Sivasuthan9 Sivasuthan9 commented Oct 1, 2025

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2025

Codecov Report

❌ Patch coverage is 89.21569% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.31%. Comparing base (05ceb19) to head (d5bcfcc).

Files with missing lines Patch % Lines
...ain/java/com/thealgorithms/graph/BronKerbosch.java 89.65% 2 Missing and 4 partials ⚠️
...main/java/com/thealgorithms/graph/EdmondsKarp.java 88.63% 2 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6576      +/-   ##
============================================
+ Coverage     75.25%   75.31%   +0.06%     
- Complexity     5629     5660      +31     
============================================
  Files           691      693       +2     
  Lines         19450    19552     +102     
  Branches       3760     3786      +26     
============================================
+ Hits          14637    14726      +89     
- Misses         4247     4252       +5     
- Partials        566      574       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Sivasuthan9 Sivasuthan9 changed the title graphs algorithms section is extended with three more popular algos. [WIP]:graphs algorithms section is extended with three more popular algos. Oct 1, 2025
@Sivasuthan9 Sivasuthan9 changed the title [WIP]:graphs algorithms section is extended with three more popular algos. Extend Graph Algorithms: Added Two Popular Algorithms: BronKerbosch, EdmondsKarp Oct 1, 2025
Copy link
Member

@alxkm alxkm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for your contribution.

@alxkm alxkm merged commit f8f315e into TheAlgorithms:master Oct 1, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants